home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / win / wmc64.zip / SAVENDW.SM_ < prev    next >
Text File  |  1994-12-13  |  449b  |  9 lines

  1. sub main()
  2.     Exclusive true  ' Set run of this program to exclusive. Should not have to modify this line.
  3.     WinActivate ReadINI$("Configuration","BannerTitle","NDW.INI") ' Set Norton as the active application.  Should not have to modify this line.
  4.     Menu "Options.SaveConfiguration"  ' Activate Save Configuration Menu option.  This line may need to be changed if you have modified where the Save Configuration menu item is located.
  5. end sub
  6.  
  7.  
  8.  
  9.